Syntax:
VA1.InitializeSound
Details :
Optional use. Plays continuously (looped) a background music until
user presses a key or starts recording. Creates the atmosphere.
Example :
Private Sub Form1_Activate()
VA1.Play_this_file_on_Initialization = " Rock.wav"
VA1.InitializeSound
End Sub